From: Stan Grishin Date: Sun, 22 Sep 2024 17:38:01 +0000 (+0000) Subject: luci-app-pbr: bugfix: update luci.mk link in Makefile X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=9d8f9b7cdf14c0ba936094254f79ed2f64bfd3a4;p=project%2Fluci.git luci-app-pbr: bugfix: update luci.mk link in Makefile * fixes the build issue reported by @krant in comments to https://github.com/openwrt/luci/pull/7267 Signed-off-by: Stan Grishin --- diff --git a/applications/luci-app-pbr/Makefile b/applications/luci-app-pbr/Makefile index 2583760f57..7dda2c2531 100644 --- a/applications/luci-app-pbr/Makefile +++ b/applications/luci-app-pbr/Makefile @@ -24,6 +24,6 @@ help Version: $(PKG_VERSION)-$(PKG_RELEASE) endef -include $(TOPDIR)/feeds/luci/luci.mk +include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature